home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Incident_History.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  407 b 

  1. {
  2.     "schema": {
  3.         "IncidentID": "Long Integer NOT NULL",
  4.         "ProjectName": "Text (255) NOT NULL",
  5.         "VersionName": "Text (32) NOT NULL",
  6.         "Status": "Text (32) NOT NULL",
  7.         "Priority": "Text (32) NOT NULL",
  8.         "Severity": "Text (32) NOT NULL",
  9.         "ProjectedTime": "Long Integer",
  10.         "ActualTime": "Long Integer",
  11.         "RequestID": "Text (128)",
  12.         "AssignID": "Text (128) NOT NULL",
  13.         "ChangeID": "Text (128) NOT NULL",
  14.         "ChangeDate": "DateTime NOT NULL"
  15.     },
  16.     "data": []
  17. }